{strip} {assign var=is_friend value=$this->isfriend($user.id)} {if !$is_friend && $user['private'] === 'yes' && $user['id'] !== $this->USER['id']} {include file=$this->private_profile_tpl} {else}
{$this->lang['About_me']}
{if $user.id === $this->USER['id']}{$this->lang['Edit']}{/if} {$user.fullname}
{assign var=user_status value=$user.text_post} {if !empty(trim($user_status))}
{$this->str_smilies($user_status)}
{/if}
{$this->lang['From']}:
{$this->lang['Birthday']}:
{$this->gMonthName(date("j F, Y", strtotime($user['birthday'])))}. {$this->getUserAge($user['birthday'])} {$this->lang['years_old']}
{if count($relative_friends)}
{$this->lang['relative_friends']}:
{/if}
{if $user.id === $this->USER['id']}{$this->lang['Edit']}{/if} {$this->lang['basic_info']}
{$this->lang['interests']}:
{if !empty($user.interests)} {$this->str_smilies($user.interests)} {else} {$this->lang['NOT_SPECIFIED']} {/if}
{$this->lang['favorite_quotes']}:
{if !empty($user.quotes)}{$this->str_smilies($user.quotes)}{else} {$this->lang['NOT_SPECIFIED']} {/if}
{$this->lang['My_Hobbies']}:
{if !empty($user.hobby)}{$this->str_smilies($user.hobby)}{else} {$this->lang['NOT_SPECIFIED']} {/if}
{$this->lang['About_me']}:
{if !empty($user.aboutme)}{$this->str_smilies($user.aboutme)}{else} {$this->lang['NOT_SPECIFIED']} {/if}
{if $user.id === $this->USER['id']}{$this->lang['Edit']}{/if} {$this->lang['Beliefs']}
{$this->lang['political_views']}:
{if !empty($user.political_views)}{$this->lang[$user.political_views]}{else} {$this->lang['NOT_SPECIFIED']} {/if}
{$this->lang['world_view']}:
{if !empty($user.world_view)}{$this->lang[$user.world_view]}{else} {$this->lang['NOT_SPECIFIED']} {/if}
{$this->lang['personal_priority']}:
{if !empty($user.personal_priority)}{$this->lang[$user.personal_priority]}{else} {$this->lang['NOT_SPECIFIED']} {/if}
{$this->lang['important_in_others']}:
{if !empty($user.important_in_others)}{$this->lang[$user.important_in_others]}{else} {$this->lang['NOT_SPECIFIED']} {/if}
{$this->lang['views_on_smoking']}:
{if !empty($user.views_on_smoking)}{$this->lang[$user.views_on_smoking]}{else} {$this->lang['NOT_SPECIFIED']} {/if}
{$this->lang['views_on_alcohol']}:
{if !empty($user.views_on_alcohol)}{$this->lang[$user.views_on_alcohol]}{else} {$this->lang['NOT_SPECIFIED']} {/if}
{/if} {/strip}